(*********************************************************)
(*      Delphi for .NET Application Domain demo          *)
(*      Written by:  Chua Chee Wee, Singapore            *)
(*      chuacw@rightsecurity.biz                         *)
(*      Right Security Consultants                       *)
(*      http://www.rightsecurity.biz                     *)
(*                                                       *)
(*********************************************************)

1.  Demonstrates how to create an application domain.

2.  Demonstrates how to call a known method from a known class
    implemented in a known namespace.
    
